/*! 800hr | z | hstits@gmail.com */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 Helvetica Neue, Luxi Sans, Tahoma, arial, PingFang SC,
    Hiragino Sans GB, Microsoft Yahei, \5b8b\4f53, sans-serif;
}
body {
  color: #333;
  background-color: #fff;
}
a {
  color: #4078c0;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
small {
  font-size: 90%;
}
blockquote {
  margin: 0;
}
ol,
ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
code,
tt {
  font-size: 12px;
}
pre {
  margin-top: 0;
  margin-bottom: 0;
}
img {
  vertical-align: middle;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
body {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right)
    constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.spin-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  min-height: 34px;
  min-width: 34px;
}
.spin-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.spin-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  content: "";
  display: block;
  text-align: center;
  width: 34px;
  height: 34px;
  border: 8px solid #ddd;
  border: 8px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.spin-loading.t i {
  border-top: 8px solid #2180c0;
}
.spin-loading.r i {
  border-right: 8px solid #2180c0;
}
.spin-loading.b i {
  border-bottom: 8px solid #2180c0;
}
.spin-loading.l i {
  border-left: 8px solid #2180c0;
}
.spin-loading.show {
  display: block;
}
.spin-loading.show i {
  -webkit-animation: rotation1 0.7s infinite linear;
  animation: rotation1 0.7s infinite linear;
}
.slideshow {
  position: relative;
}
.slideshow .gallery,
.slideshow .inner {
  width: 100%;
  height: 100%;
}
.slideshow .inner {
  position: relative;
  overflow: hidden;
}
.slideshow .gallery {
  position: relative;
  list-style: none;
}
.slideshow .gallery-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .gallery-slide-wrapper.active {
  z-index: 2;
}
.slideshow .translate-r {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}
.slideshow .translate-l {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
.slideshow-focus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.slideshow-focus span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.slideshow-focus span * {
  pointer-events: none;
}
.slideshow-control {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}
.slideshow-control.next {
  right: 20px;
}
.slideshow-control.prev {
  left: 20px;
}
.slideshow-control * {
  pointer-events: none;
}
.modal {
  display: none;
  position: fixed;
  background: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  z-index: 99;
}
.lt-ie9 .modal {
  border: 1px solid #bcbcbc;
}
.modal.show {
  display: block;
}
.modal.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.center-top {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.modal-title {
  position: relative;
  padding: 10px 15px 9px;
  border-bottom: 1px solid #ebebeb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.modal-title h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}
.modal-title .close {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  border: 0;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
.modal-content {
  padding: 20px;
}
.modal-content,
.modal-content .spin-loading {
  position: relative;
}
.modal-content .spin-loading:before {
  display: none;
}
.modal-buttons {
  padding: 9px 15px 10px;
  text-align: center;
}
.modal-buttons .btn {
  margin: 0 5px;
  outline: 0;
}
@media (orientation: landscape) {
  .fixWebkitOverflowScroll {
    -webkit-animation: fixWebkitOverflowScroll 1s;
  }
  @-webkit-keyframes fixWebkitOverflowScroll {
    0% {
      padding-bottom: 1px;
    }
    to {
      padding-bottom: 0;
    }
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-overlay .modal {
  position: absolute;
  display: block;
  z-index: 100;
}
.modal-overlay.show {
  display: block;
}
.modal-overlay.show.center,
.modal-overlay.show.center-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-overlay.show.center-top .modal,
.modal-overlay.show.center .modal {
  position: static;
}
.lt-ie11 .modal-overlay.show.center-top .modal,
.lt-ie11 .modal-overlay.show.center .modal {
  position: absolute;
  left: 50%;
}
.modal-overlay.show.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lt-ie11 .modal-overlay.show.center .modal {
  top: 50%;
}
.modal-overlay.show.center-top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lt-ie11 .modal-overlay.show.center-top .modal {
  top: 0;
}
.modal-overlay.bgnone {
  background: none;
}
.ie8 .modal-overlay {
  background: url(about:blank);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#99000000",endColorstr="#99000000");
}
.ie8 .modal-overlay.bgnone {
  -webkit-filter: none;
  filter: none;
}
.modal-show {
  position: fixed;
  width: 100%;
}
.tab li {
  cursor: pointer;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 19px;
  line-height: 28px;
  border: 1px solid transparent;
  cursor: pointer;
}
.input-field,
.select-field,
.selectbox-field {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.input-field .error,
.select-field .error,
.selectbox-field .error {
  position: absolute;
  top: 50%;
  right: 1px;
  padding: 0 8px;
  line-height: 16px;
  margin-top: -8px;
  color: #c33;
  cursor: text;
  background: #fff;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 8px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px);
  -ms-transform: translate(20px);
  transform: translate(20px);
  transition: 0.25s ease-out;
}
.input-field .error.show,
.select-field .error.show,
.selectbox-field .error.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.select-field .error,
.selectbox-field .error {
  right: 8px;
}
.input-field input,
.select-field .select-title,
.selectbox-field .text,
textarea {
  line-height: 20px;
  padding: 4px 6px;
  border: 1px solid #ebebeb;
  height: 30px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.input-field .placeholder {
  display: none;
  color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 6px;
  line-height: 16px;
  margin-top: -8px;
}
.input-field .placeholder.show {
  display: block;
}
.select-field,
.selectbox-field {
  background-color: #fff;
  cursor: pointer;
}
.dropdown-label,
.select-field .select-title,
.selectbox-field .text {
  position: relative;
  padding-right: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-label:after,
.select-field .select-title:after,
.selectbox-field .text:after {
  position: absolute;
  right: 6px;
  top: 50%;
  font: 12px/20px icond;
  margin-top: -10px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.selectbox-field .text:after {
  content: "\E604";
}
.select-field select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select-field .select-title:after {
  content: "\E605";
}
.dropdown {
  position: relative;
}
.dropdown-label {
  cursor: pointer;
}
.dropdown-label:after {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "\E608";
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.lt-ie10 .dropdown-menu {
  border: 1px solid #bcbcbc;
}
.open .dropdown-label:after {
  -webkit-transform: translateZ(1px) rotateX(180deg);
  transform: translateZ(1px) rotateX(180deg);
}
.open .dropdown-menu {
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  visibility: visible;
  opacity: 1;
  z-index: 90;
}
.ie12 ::-webkit-input-placeholder {
  opacity: 1;
  color: #aba9ab;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.btn-ripple {
  position: relative;
  overflow: hidden;
}
.btn-ripple .ripple {
  display: block;
  position: absolute;
  background: rgba(111, 172, 228, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.btn-ripple .ripple.animate {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
.modal-overlay .modal {
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.3);
  border-radius: 1px;
}
.modal-title {
  padding: 0 18px;
  line-height: 42px;
  background-color: #f6f6f6;
}
.modal-title h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
}
.modal-content iframe {
  border: none;
}
.btn-primary {
  background-color: #448aca;
  color: #fff;
}
.fancy-scrollbar {
  -webkit-overflow-scrolling: touch;
}
.fancy-scrollbar::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.fancy-scrollbar::-webkit-scrollbar-button:end:increment,
.fancy-scrollbar::-webkit-scrollbar-button:start:decrement {
  background: 0 0;
  display: none;
}
.fancy-scrollbar::-webkit-scrollbar-track-piece {
  background: #d6dadc;
}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
  border-radius: 5px 5px 0 0;
}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end {
  border-radius: 0 0 5px 5px;
}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
  border-radius: 5px 0 0 5px;
}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
  border-radius: 0 5px 5px 0;
}
.fancy-scrollbar::-webkit-scrollbar-thumb:horizontal,
.fancy-scrollbar::-webkit-scrollbar-thumb:vertical {
  background: #c4c9cc;
  border-radius: 5px;
  display: block;
  height: 50px;
}
.dropdown-menu {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
}
.open .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
}
ul {
  list-style: none;
}
.tab li {
  float: left;
  cursor: pointer;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.wrap:after,
.wrap:before {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
.dashboard {
  width: 240px;
}
.dashboard-left {
  float: left;
}
.section-main {
  width: 760px;
  float: left;
}
.side-nav {
  width: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 520px;
}
.side-nav .side-nav-hd {
  text-align: center;
  background-color: #448aca;
  color: #fff;
  line-height: 30px;
}
.side-nav li {
  padding: 10px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-topbar {
  background-color: #448aca;
  line-height: 32px;
  color: #fff;
}
.g-topbar .industry-nav {
  float: left;
  z-index: 20;
}
.g-topbar .industry-nav table {
  width: 140px;
}
.g-topbar .industry-nav td {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.g-topbar .industry-nav a {
  color: #333;
}
.g-topbar .links {
  float: right;
}
.g-topbar .links a {
  color: #fff;
  margin-left: 10px;
}
.g-topbar .link-phone {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.g-topbar .link-phone:after,
.g-topbar .link-phone:before {
  content: "";
  position: absolute;
  display: block;
}
.g-topbar .link-phone:before {
  left: 7px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  border: solid #fff;
  border-width: 2px 1px 3px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #e1c15d;
}
.g-topbar .link-phone:after {
  top: 22px;
  left: 11px;
  width: 2px;
  height: 1px;
  background-color: #448aca;
}
.g-header {
  padding: 7px 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 6px #eaeaea;
}
.g-header .logo-zhizaohr {
  width: 170px;
}
.g-header .slogan {
  margin-top: 25px;
}
.sub-g-header .logo-zhizaohr {
  width: 145px;
}
.sub-g-header h1 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
}
.sub-g-header .form-search {
  width: 400px;
  margin-top: 16px;
  margin-right: 38px;
}
.sub-g-header .form-search .input-field {
  width: 180px;
}
.sub-g-header .filter-city .dropdown-label {
  padding: 0 10px;
  width: 80px;
}
.sub-g-header .filter-city .dropdown-label:after {
  right: 6px;
}
.sub-g-header .filter-city .dropdown-menu {
  width: 460px;
}
.sub-g-header .filter-city .filter-city-bd {
  width: 300px;
}
.sub-g-header .search-btn {
  width: 62px;
}
.sub-g-header .g-link-login {
  margin-top: 16px;
  margin-right: 0;
  white-space: nowrap;
}
.sub-g-header .g-link-login a {
  width: auto;
  float: none;
  margin-right: 0;
  display: inline-block;
  padding-right: 12px;
  white-space: nowrap;
  padding-left: 10px;
}
.g-navigation {
  margin-top: 20px;
  font-size: 16px;
}
.g-navigation ul {
  margin-left: -20px;
}
.g-navigation li {
  display: inline-block;
  padding: 0 6px;
  margin: 0 10px;
  font-size: 20px;
}
.g-navigation li a {
  color: #333;
}
.g-navigation li a:hover {
  text-decoration: none;
}
.g-navigation .active a {
  color: #448aca;
}
.g-link-login {
  margin-bottom: 10px;
  margin-right: -2%;
  height: 38px;
}
.g-link-login a {
  float: left;
  display: block;
  width: 48%;
  padding-left: 15px;
  margin-right: 2%;
  line-height: 38px;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px #d6d6d6;
  text-decoration: none;
  font-size: 15px;
}
.g-link-login a:active {
  box-shadow: 0 2px 6px #ccc;
}
.g-link-login .iconzhizao {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}
.g-link-login .icon-geren:before {
  position: relative;
  top: -1px;
}
.g-link-login .link-login-person {
  background-color: #fd9315;
}
.g-link-login .link-login-enterprise {
  background-color: #00a0e9;
}
.g-footer {
  font-size: 12px;
}
.g-footer .wrap {
  background-color: #fff;
}
.ft-links {
  background-color: #448aca;
  padding: 12px 0;
  text-align: center;
}
.ft-links a {
  display: inline-block;
  /* padding: 0 55px; */
  padding: 0 26px;
  border-left: 1px solid #fff;
  line-height: 14px;
  color: #fff;
}
.ft-links a:first-child {
  border-left: none;
}
.ft-contact {
  border: 1px solid #dcdcdc;
  border-top: none;
  color: #999;
}
.ft-contact .mod {
  width: 50%;
  float: left;
}
.ft-contact .mod:first-child .mod-bd {
  border-right: 1px solid #dcdcdc;
}
.ft-contact .mod-hd {
  border-bottom: 1px solid #dcdcdc;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
.ft-contact .mod-bd {
  margin-top: 10px;
  padding-top: 6px;
  padding-left: 26px;
  line-height: 20px;
}
.ft-contact .mod-bd strong {
  color: #333;
}
.ft-copyright {
  color: #999;
  text-align: center;
}
.ft-copyright a {
  color: #333;
}
.ft-copyright .copyright {
  margin-bottom: 11px;
  line-height: 26px;
}
.ft-copyright .mod {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  text-align: left;
}
.ft-copyright .beian-mod,
.ft-copyright .beian-mod td {
  padding: 0 4px;
}
.dialog-inner-feedback {
  width: 500px;
}
.dialog-inner-feedback h4 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.dialog-inner-feedback h4 em {
  color: #fd9315;
  font-style: normal;
}
.dialog-inner-feedback label {
  margin-right: 20px;
}
.dialog-inner-feedback label input {
  margin-right: 8px;
}
.dialog-inner-feedback .required:before {
  content: "*";
  color: #f7744d;
}
.dialog-inner-feedback .field-problem label {
  display: inline-block;
  line-height: 24px;
  width: 40%;
}
.dialog-inner-feedback .rc-field {
  width: 210px;
}
.dialog-inner-feedback td {
  padding: 8px;
  text-align: left;
}
.dialog-inner-feedback td:first-child {
  white-space: nowrap;
  text-align: right;
}
.dialog-inner-feedback textarea {
  width: 100%;
  height: 80px;
}
@font-face {
  font-family: icond;
  src: url("//cdn.800hr.com/pd/lib/css/iconfont/basic/iconfont.eot");
  src: url("//cdn.800hr.com/pd/lib/css/iconfont/basic/iconfont.eot?#iefix")
      format("embedded-opentype"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/basic/iconfont.woff")
      format("woff"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/basic/iconfont.ttf")
      format("truetype"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/basic/iconfont.svg#icond")
      format("svg");
}
.icond {
  font-family: icond !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-iconfontsearch:before {
  content: "\E609";
}
.icon-iconfontcheck:before {
  content: "\E600";
}
.icon-iconfontclose:before {
  content: "\E601";
}
.icon-iconfontfold:before {
  content: "\E602";
}
.icon-iconfontleft:before {
  content: "\E603";
}
.icon-iconfontright:before {
  content: "\E604";
}
.icon-iconfontunfold:before {
  content: "\E605";
}
.icon-iconfontadd:before {
  content: "\E606";
}
.icon-iconfontfold2:before {
  content: "\E607";
}
.icon-iconfontunfold2:before {
  content: "\E608";
}
@font-face {
  font-family: iconzhizao;
  src: url("//cdn.800hr.com/pd/lib/css/iconfont/zhizao/iconfont.eot?t=1493876037112");
  src: url("//.cdn.800hr.com/pd/lib/css/iconfont/zhizao/iconfont.eot?t=1493876037112#iefix")
      format("embedded-opentype"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/zhizao/iconfont.woff?t=1493876037112")
      format("woff"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/zhizao/iconfont.ttf?t=1493876037112")
      format("truetype"),
    url("//cdn.800hr.com/pd/lib/css/iconfont/zhizao/iconfont.svg?t=1493876037112#iconzhizao")
      format("svg");
}
.iconzhizao {
  font-family: iconzhizao !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\E62B";
}
.icon-geren:before {
  content: "\E656";
}
.icon-redian:before {
  content: "\E636";
}
.icon-chilun:before {
  content: "\E60D";
}
.icon-pinpai:before {
  content: "\E620";
}
.icon-yibiao:before {
  content: "\E63E";
}
.icon-yunshu:before {
  content: "\E622";
}
.icon-time:before {
  content: "\E61F";
}
.icon-xihuan:before {
  content: "\E604";
}
.icon-qiche:before {
  content: "\E67A";
}
.icon-brand:before {
  content: "\E732";
}
.icon-zhineng:before {
  content: "\E74B";
}
.icon-xx:before {
  content: "\E623";
}
.sc-box {
  padding: 8px 26px;
}
.sc-box-hd,
.sc-box-hd h3 {
  position: relative;
}
.sc-box-hd h3 {
  font-size: 20px;
  font-weight: 400;
  color: #448aca;
  padding-left: 24px;
}
.sc-box-hd h3 .iconzhizao {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  line-height: 30px;
  margin-top: -15px;
}
.sc-box-hd h3 .iconzhizao:before {
  position: relative;
  top: 2px;
}
.sc-box-hd h3 .icon-brand:before {
  top: 3px;
}
.sc-box-hd h3 .icon-redian:before {
  top: 1px;
}
.sc-box-hd .pull-right {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 28px;
  margin-top: -14px;
}
.sc-box-hd .pull-right a {
  color: #333;
}
.sc-box-hd .pull-right .red {
  color: red;
}
.sc-box-bd {
  padding: 10px 0;
}
.sc-box-type-lr ul {
  height: 60px;
}
.sc-box-type-lr .sc-item {
  width: 25%;
  float: left;
}
.sc-box-type-lr .logo {
  float: left;
  margin-right: 7px;
  border: 1px solid #dcdcdc;
}
.sc-box-type-lr .jobs {
  float: left;
  height: 36px;
}
.sc-box-type-lr .jobs a {
  display: block;
  line-height: 18px;
  color: #333;
}
.sc-box-type-lr .company {
  padding-top: 3px;
  clear: both;
}
.sc-box-type-lr .company a {
  color: #999;
}
.sc-box-type-tb ul {
  margin-right: -10px;
  margin-bottom: -20px;
}
.sc-box-type-tb .sc-item {
  width: 230px;
  float: left;
  margin-right: 9px;
  margin-bottom: 20px;
  line-height: 20px;
}
.sc-box-type-tb .company,
.sc-box-type-tb .jobs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sc-box-type-tb .company a {
  color: #00a0e9;
}
.sc-box-type-tb .jobs {
  height: 20px;
}
.sc-box-type-tb .jobs a {
  color: #333;
}
.sc-box-type-tb .logo {
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
}
.sc-box-type-card .sc-box-hd {
  position: relative;
}
.sc-box-type-card .sc-box-hd .get-new-like {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  cursor: pointer;
  color: #fd9315;
}
.sc-box-type-card .like-slideshow .inner {
  height: 106px;
}
.sc-box-type-card .like-slideshow li {
  width: 100%;
  background-color: #fff;
}
.sc-box-type-card .like-slideshow .spin-loading {
  position: absolute;
}
.sc-box-type-card .spin-loading {
  z-index: 5;
}
.sc-box-type-card .sc-item {
  width: 24%;
  padding: 10px 16px;
  float: left;
  margin-left: 1.3%;
  border: 1px dashed #dcdcdc;
  line-height: 28px;
}
.sc-box-type-card .sc-item:first-child {
  margin-left: 0;
}
.sc-box-type-card .company,
.sc-box-type-card .job {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sc-box-type-card .job {
  color: #333;
  max-width: 110px;
  font-size: 16px;
}
.sc-box-type-card .date {
  color: #999;
  font-size: 12px;
}
.sc-box-type-card .metas {
  color: #fd9315;
}
.sc-box-type-card .company a {
  color: #999;
}
.sc-box-type-card-jl-cr {
  padding-bottom: 0;
}
.sc-box-type-card-jl-cr .sc-box-hd {
  position: relative;
}
.sc-box-type-card-jl-cr .sc-box-hd .link-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  cursor: pointer;
  color: #fd9315;
}
.sc-box-type-card-jl-cr .sc-box-bd {
  margin: 0 -26px;
  padding-bottom: 0;
}
.sc-box-type-card-jl-cr .sc-box-bd ul {
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
}
.sc-box-type-card-jl-cr .sc-item {
  margin-left: -1px;
  width: 50%;
  padding: 22px 0;
  float: left;
  border: 1px solid #f3f3f3;
  border-right: none;
  border-top: none;
  line-height: 28px;
}
.sc-box-type-card-jl-cr .sc-item:hover {
  background: #f1f8ff;
}
.sc-box-type-card-jl-cr .module {
  padding: 0 26px;
  width: 50%;
  float: left;
  border-left: 1px dashed #dcdcdc;
}
.sc-box-type-card-jl-cr .module:first-child {
  border-left: none;
}
.sc-box-type-card-jl-cr .company,
.sc-box-type-card-jl-cr .job,
.sc-box-type-card-jl-cr p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-box-type-card-jl-cr .company,
.sc-box-type-card-jl-cr .job {
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.sc-box-type-card-jl-cr .company {
  font-size: 14px;
}
.sc-box-type-card-jl-cr p {
  margin-bottom: 0;
  color: #999;
}
.sc-box-type-card-jl-cr p em {
  color: #fd9315;
  font-style: normal;
}
.sc-box-type-pic ul {
  margin-right: -6px;
  margin-bottom: -10px;
}
.sc-box-type-pic .sc-item {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
}
.sc-box-type-text .sc-box-hd {
  position: relative;
}
.sc-box-type-text .sc-box-hd h3 {
  padding-left: 0;
}
.sc-box-type-text .sc-box-hd h3.new {
  display: inline-block;
  position: relative;
}
.sc-box-type-text .sc-box-hd h3.new:after {
  content: "new";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  color: #f9644e;
  padding: 0 3px;
  border: 1px solid #f9644e;
  border-radius: 3px;
  font-size: 12px;
}
.sc-box-type-text .sc-box-hd .link-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #fd9315;
}
.sc-box-type-text .sc-item {
  line-height: 23px;
  float: left;
  width: 33.33%;
}
.sc-box-type-text .sc-item a {
  color: #333;
}
.sc-box-type-text-lr .sc-item {
  float: left;
  padding: 0 14px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-box-type-text-lr .sc-item a {
  display: inline-block;
  margin-left: 12px;
  color: #333;
}
.sc-box-type-text-lr .sc-item a:first-child {
  width: 40%;
  margin-left: 0;
  color: #448aca;
}
.sc-box-type-company .sc-box-hd {
  position: relative;
}
.sc-box-type-company .sc-box-hd h3 {
  padding-left: 0;
}
.sc-box-type-company .sc-box-hd h3.new {
  display: inline-block;
  position: relative;
}
.sc-box-type-company .sc-box-hd h3.new:after {
  content: "new";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  color: #f9644e;
  padding: 0 3px;
  border: 1px solid #f9644e;
  border-radius: 3px;
  font-size: 12px;
}
.sc-box-type-company .sc-box-hd .link-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #fd9315;
}
.sc-box-type-company .sc-box-bd {
  margin: 10px 0;
  padding: 15px;
  background: #fcf8f0;
}
.sc-box-type-company .sc-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 23px;
  float: left;
  width: 33.33%;
  display: inline-block;
  padding-right: 28px;
}
.sc-box-type-company .sc-item a {
  color: #ff3f3f;
}
body {
  background-color: #f3f3f3;
}
.g-main {
  padding-top: 30px;
}
.g-main .section {
  margin-bottom: 20px;
  background-color: #fff;
}
.g-main .section:after,
.g-main .section:before {
  content: " ";
  display: table;
}
.g-main .section:after {
  clear: both;
}
.g-main .top-section {
  background: none;
}
.g-main .top-section .section-main {
  padding-left: 20px;
}
.top-section,
.top-section .dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top-section .dashboard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-section .sc-box {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 14px;
  background-color: #fff;
}
.top-section .sc-box-type-card .sc-item {
  width: 32%;
  margin-left: 2%;
}
.top-section .sc-box-type-card .sc-item:first-child {
  margin-left: 0;
}
.top-section .hot-job {
  height: 100%;
  background-color: #fff;
}
.top-section .hot-job-hd {
  padding: 0 14px;
  background-color: #448aca;
  color: #fff;
  line-height: 34px;
}
.top-section .hot-job-hd:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  content: "HOT";
  padding: 0 4px;
  line-height: 14px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 2px;
  color: #448aca;
}
.top-section .hot-job-bd {
  background-color: #fff;
  padding: 8px 14px;
}
.top-section .hot-job-bd li {
  line-height: 30px;
}
.top-section .hot-job-bd a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.top-section .hot-job-bd .company {
  width: 60%;
}
.top-section .hot-job-bd .job {
  margin-left: 1%;
  width: 36%;
  color: #666;
}
.realm-nav {
  position: relative;
}
.realm-nav,
.realm-nav-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.realm-nav-content {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.realm-nav-content.jc-flex-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.realm-nav-content .realm-nav-item {
  position: relative;
  padding-left: 26px;
  z-index: 11;
}
.realm-nav-content .realm-nav-item h3 {
  position: relative;
  line-height: 43px;
  height: 43px;
  z-index: 12;
  color: #448aca;
}
.item-multi.realm-nav-content .realm-nav-item h3 {
  line-height: 35px;
  height: 35px;
}
.no-subcats.realm-nav-content .realm-nav-item h3 {
  line-height: 43px;
  height: 43px;
}
.realm-nav-content .realm-nav-item h3 a {
  display: inline-block;
  color: #448aca;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.realm-nav-content .realm-nav-item h3 a:hover {
  color: #fd9315;
}
.item-multi.realm-nav-content .realm-nav-item h3 a,
.no-subcats.realm-nav-content .realm-nav-item h3 a {
  color: #333;
}
.item-multi.realm-nav-content .realm-nav-item h3 a:hover,
.no-subcats.realm-nav-content .realm-nav-item h3 a:hover {
  color: #fd9315;
}
.item-multi.realm-nav-content .realm-nav-item h3 a {
  display: inline-block;
  font-size: 16px;
}
.no-subcats.realm-nav-content .realm-nav-item h3 a {
  margin-left: 15px;
}
.no-subcats.realm-nav-content .realm-nav-item h3 a:first-child {
  margin-left: 0;
}
.realm-nav-content .realm-nav-item h3 .new,.realm-nav-content .realm-nav-item h3 [href="//car.michr.com"]
{
  position: relative;
}
.realm-nav-content .realm-nav-item h3 .new:after,.realm-nav-content .realm-nav-item h3 [href="//car.michr.com"]:after
{
  content: "";
  position: absolute;
  top: 2px;
  right: -22px;
  display: block;
  width: 25px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAMAAACgLOZ5AAAAnFBMVEUAAAD7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf7OTf////8amn7RUT8d3b+wsH/8/P/+/v+3d3+y8v9mJb7TEr+urn7QD7/5+f+4uL+tbT9sK/9qan9kI79hIL8fHv8cG78Xl38U1H/7+//6en+1dX+0ND+xsX+u7r9o6L9h4X8ZGL8YF78XFqhhHJMAAAAEHRSTlMAgNUP4Pr32g37zXUqJuLhLncfrwAAALNJREFUGNNtkFcSwjAMRO1USgDJ6XEKqYTe7n83ZJMPGNgf23qzO2sxxkzu2vAp2+AmI3lr+JW1IocF4EcV1LmISM80jy4VgDtjHIgg9ttQYNN1/vmIp4RmS2ZokqSKBHSvE3rQuWBzTTIMiezLUl4xxpxmzkQeh5hIJkTRYoqNIlPaLsMprccWM53G30QqD2kccIxvqoFuXQQ+iLsMSIUfwCB1a+Zt/v9Ub8f43o5jcHK8AND6FOhyMeNBAAAAAElFTkSuQmCC");
}
.realm-nav-content .realm-nav-item p {
  padding-right: 26px;
  position: relative;
  z-index: 12;
  margin-bottom: 20;
  margin-right: -14px;
}
.realm-nav-content .realm-nav-item p a {
  vertical-align: middle;
  display: inline-block;
  color: #333;
  margin-right: 14px;
  line-height: 1.6;
}
.realm-nav-content .realm-nav-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0;
  border: 1px solid #448aca;
  border-right: none;
  background-color: #f1f8ff;
  z-index: 11;
}
.no-subcats.realm-nav-content .realm-nav-item.active:before {
  border-right: 1px solid #448aca;
}
.realm-nav-content .top-realm-nav-item {
  background-color: #4dd68a;
}
.realm-nav-content .top-realm-nav-item h3 {
  font-weight: 400;
  height: 48px;
  position: relative;
}
.realm-nav-content .top-realm-nav-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  transition: 0.35s ease-out;
  font-size: 20px;
}
.realm-nav-content .top-realm-nav-item a:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 9px;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAMAAAAhxq8pAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMA2agD++cGytJN22IwDHxpQfXp5IB2ST8U383MxLWYeFs2Ie7ro1NPKSWOozfWAAAAqklEQVQY013IVxKDMAxFURlkYsCmhZZCTX/7X2AAMzDD+dDoXZr110wuMhW7ZA0sxeoMn6xW1d7K3B3bXJXTJhZmuroK5W+PtSwqTQFzqvc4SnBAiQDOziaYlk+1wMHzS/qBA06oYtw/L1zyKIquaPwGKKkEEjKpQ5McIw2Mnnwg8kq+dEVXnBB6MSOcIwLGwr42srqdVjeVzvENSONujABi0ipzXNq1UiR/gKQUdIcXrOUAAAAASUVORK5CYII=);
}
.realm-nav-content .top-realm-nav-item a:hover {
  font-size: 21px;
}
.realm-nav-content .top-realm-nav-item2 {
  background-color: #629dd3;
  text-align: left;
}
.realm-nav-content .top-realm-nav-item2 a {
  text-align: left;
  padding-left: 25px;
}
.realm-nav-content .top-realm-nav-item2 a:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAABsklEQVQ4jZWTy0tVYRTFf9eujqK0QJxEgQ8IiaCSBoKPSUURNHEQDTJH0jyChg6jB44dNRAx6C+QQjBI6DFQaSAioSFEQdhDxLRfg7MPnW7nnntdcPjOWd/ai/2t/R1UKp5L6hN1Vd1Wf6kf1WfqDbWcU0P2o0OdtzZW1b5qRufUzRB+Ufeim50qZnvq7Uqjg+paRnRMvab2qkM1urucNboX5Iw6qpbUQyZZHFUfR5d5WMoaLQY5EeRVk4A/qC3qYfVtQVcnVRqALhIMxNoHlIHjQDtwGjgD7ALTwAr/4hRR0BTEA6AReAQciYI3sfccuB5mTUB/mAL8AEDdihZ31XW1wb/TuBD5jKtt6k/1qdqlvo+6s+nR3oXzAaANGA3uIXAL2ADOA9+Al8BroBVojrqLACX1DnCf/7ETolagG1gA5iLTQWAsdL+Bm6jN6vecaWyoA+qUOhLcqxztJ3UyzeJuldG+UMfU5YLxD5v5RcrqSoG4CD1G2MRYSzk51cJn4l6lRo0kF3C/mAO+Zo1OkIx/v9hKX8qxttdZdKWCW6406qzDaAGYrbaZHq2jDqP5os0/mVyws8fslSAAAAAASUVORK5CYII=");
}
.realm-nav-content .top-realm-nav-item3 {
  background-color: #41c8cd;
}
.realm-nav-content .top-realm-nav-item3 a {
  text-align: left;
  padding-left: 25px;
}
.realm-nav-content .top-realm-nav-item3 a:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAABLElEQVQ4jaWUzS5DQRiGn7aIlSDuQdlpk94Ba25AatFtiTUNCyti4wrExo7roElvoRJdKZGuRCKPRU/1c5zjJ95kMjPPvN/M5JsfVHLKoWMd5PmyYEFdVZ/CBI/qWjL27QTLatt8tRPPR0xBnQLOgFdgE5hhrOekng1sAFwAE0ATdTdjpUu1HFYqJyytHdReCh7lJSwZi+qhtgLopBK1kJSY4E7wt1CrATSCecth9vtqPfBG8FdQNwKoBWM38G7gtcDXi/xTReAu9FdCuwX0gQdgL/BKaHdxeE1jEkthu/PqXOiXUknczzrGY/OP8STlvUdt+lVXaiUEVtXrDF9zdJVPgTegzuer/JLU04ENgHNgEthOb3FRvclYaaRbdSnG/PY59xP243P+84fyDr9HFeKoSetLAAAAAElFTkSuQmCC");
}
.realm-nav-subcats {
  display: none;
  position: absolute;
  left: 100%;
  z-index: 10;
  top: 0;
  min-height: 100%;
}
.realm-nav-subcats .realm-nav-subcat {
  display: none;
  position: absolute;
  width: 760px;
  background-color: #f1f8ff;
  border: 1px solid #448aca;
  line-height: 30px;
  padding: 20px;
}
.realm-nav-subcats .realm-nav-subcat.active {
  display: block;
}
.realm-nav-subcats .nav-subcat-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.realm-nav-subcats .nav-subcat-section a {
  line-height: 1.1;
  color: #999;
  display: inline-block;
  padding: 0 11px;
  margin-left: -1px;
}
.realm-nav-subcats .nav-subcat-section .hot {
  color: #fd9315;
}
.lt-ie10 .realm-nav-subcats .nav-subcat-title {
  float: left;
}
.realm-nav-subcats .nav-subcat-title a {
  color: #333;
  border-right: 1px solid #ccc;
}
.realm-nav-subcats .nav-subcat-links,
.realm-nav-subcats .nav-subcat-titles {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.realm-nav-subcats .nav-subcat-titles a {
  color: #333;
}
.section-realm {
  overflow: hidden;
}
.section-realm .dashboard,
.section-realm .section-main {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.section-realm .dashboard-hd {
  padding-left: 26px;
}
.section-realm .dashboard-hd h3 {
  position: relative;
  line-height: 62px;
  color: #fff;
  font-weight: 400;
  padding-left: 28px;
}
.section-realm .dashboard-hd h3 .iconzhizao {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  vertical-align: middle;
  line-height: 30px;
  margin-top: -15px;
}
.section-realm .dashboard-hd h3 .iconzhizao:before {
  position: relative;
  top: 2px;
}
.section-realm .dashboard-hd h3 .icon-chilun:before {
  top: 3px;
}
.section-realm .dashboard-bd {
  padding: 0 26px;
  height: 260px;
}
.section-realm .dashboard-bd ul {
  padding: 10px 0;
  border-top: 1px dashed #9c9e9e;
}
.section-realm .dashboard-bd ul:first-child {
  border-top: none;
}
.section-realm .dashboard-bd li {
  line-height: 32px;
  float: left;
  padding-right: 14px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-realm .dashboard-bd li a {
  color: #666;
}
.section-realm .dashboard-bd li a:hover {
  color: #fd9315;
  text-decoration: none;
}
.section-realm .dashboard-ft {
  padding: 0 26px 28px;
}
.section-realm .dashboard-ft a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fd9315;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.section-realm .dashboard-ft a:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.section-realm .dashboard-ft table {
  width: 100%;
  margin: 0 -4px;
}
.section-realm .dashboard-ft td {
  padding: 0 4px;
}
.section-realm .section-main li {
  float: left;
  width: 50%;
  padding: 15px 20px;
  border-bottom: 1px solid #f3f3f3;
  left: 28px;
}
.section-realm .section-main .logo {
  margin-right: 20px;
  float: left;
}
.section-realm .section-main .company,
.section-realm .section-main .job {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-realm .section-main .job a {
  font-size: 16px;
  color: #448aca;
}
.section-realm .section-main .metas {
  color: #fd9315;
}
.section-realm .section-main .company a {
  color: #999;
}
.section-realm-a .dashboard {
  background-color: #e7eeff;
}
.section-realm-a .dashboard-hd {
  background-color: #93b0f6;
}
.section-realm-b .dashboard {
  background-color: #daf4fd;
}
.section-realm-b .dashboard-hd {
  background-color: #47c4f3;
}
.section-realm-c .dashboard {
  background-color: #ebf5fe;
}
.section-realm-c .dashboard-hd {
  background-color: #62b0f8;
}
.section-realm-d .dashboard {
  background-color: #ddfff1;
}
.section-realm-d .dashboard-hd {
  background-color: #72cca8;
}
.section-realm-e .dashboard {
  background-color: #feeedc;
}
.section-realm-e .dashboard-hd {
  background-color: #fdbb74;
}
.section-sc-box-type-text {
  padding: 10px 0;
}
.section-sc-box-type-text .sc-box-type-text {
  border-top: 1px solid #f3f3f3;
}
.section-sc-box-type-text .sc-box-type-text:first-child {
  border-top: none;
}
.form-search {
  position: relative;
  height: 38px;
  border: 2px solid #448aca;
  background-color: #fff;
  margin-bottom: 10px;
}
.form-search .input-field {
  width: 420px;
}
.filter-city,
.filter-range,
.form-search .input-field {
  display: inline-block;
  vertical-align: top;
}
.filter-city .dropdown-label,
.filter-range .dropdown-label {
  display: inline-block;
  font-size: 16px;
}
.filter-city .dropdown-label:after,
.filter-range .dropdown-label:after {
  margin-top: -9px;
  font-size: 10px;
}
.filter-range .dropdown-label {
  padding: 0 18px;
  line-height: 34px;
}
.filter-range .dropdown-label:after {
  right: 0;
}
.filter-range .dropdown-menu {
  padding: 3px;
  border: 1px solid #448aca;
  background-color: #fff;
  white-space: nowrap;
  font-size: 14px;
  left: auto;
  right: 0;
}
.filter-range .dropdown-menu span {
  display: block;
  padding: 0 16px;
  margin-top: 4px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.filter-range .dropdown-menu span:first-child {
  margin-top: 0;
}
.filter-range .dropdown-menu span:hover {
  color: #fff;
  background-color: #448aca;
  text-decoration: none;
}
.filter-city .dropdown-label {
  border-right: 1px solid #999;
  margin: 3px 0;
  width: 110px;
  padding: 0 25px;
  text-align: center;
  line-height: 28px;
}
.filter-city .dropdown-label:after {
  margin-left: 10px;
  right: 12px;
}
.filter-city .dropdown-menu {
  width: 656px;
  left: -1px;
  border-color: #448aca;
}
.filter-city-hd {
  width: 148px;
  height: 200px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  float: left;
  border-right: 1px solid #f3f3f3;
}
.filter-city-hd:hover {
  overflow-y: auto;
  border-right-color: transparent;
}
.filter-city-hd li {
  padding-left: 24px;
  line-height: 27px;
  cursor: pointer;
  margin-bottom: 2px;
}
.filter-city-hd li.active,
.filter-city-hd li:hover {
  background-color: #448aca;
  color: #fff;
}
.filter-city-bd {
  padding: 10px;
  width: 498px;
  float: left;
  margin-right: -2px;
}
.filter-city-bd span {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 2px;
  cursor: pointer;
}
.filter-city-bd span.active,
.filter-city-bd span:hover {
  background-color: #448aca;
  color: #fff;
}
.input-field .search-input {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 34px;
  vertical-align: middle;
  outline: 0;
  font-size: 16px;
}
.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 34px;
  color: #fff;
  border: none;
  background-color: #448aca;
  outline: 0;
  font-size: 18px;
}
.search-btn .ripple {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.hot-search {
  margin-bottom: 10px;
}
.hot-search-keyword {
  color: #fd9315;
  margin-right: 20px;
}
.top-slide {
  position: relative;
}
.top-slide .inner {
  width: 600px;
  height: 230px;
}
.top-slide .inner li {
  width: 100%;
  height: 100%;
}
.top-slide .pic-focus {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: -10px;
}
.top-slide .pic-focus li {
  position: relative;
  margin-bottom: 10px;
  width: 120px;
  height: 50px;
}
.top-slide .pic-focus li .after,
.top-slide .pic-focus li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 4px solid #f08200;
  display: none;
  pointer-events: none;
}
.top-slide .pic-focus li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  border: solid transparent;
  border-width: 8px 8px 8px 0;
  border-right-color: #f08200;
  display: none;
}
.top-slide .pic-focus .active .after,
.top-slide .pic-focus .active:after,
.top-slide .pic-focus .active:before {
  content: " ";
  display: block;
}
.section-car-realm-nav {
  padding: 20px;
}
.section-car-realm-nav li {
  float: left;
  margin-left: 13px;
  text-align: center;
}
.section-car-realm-nav li:first-child {
  margin-left: 0;
}
.section-car-realm-nav .pic {
  transition: 0.35s ease-out;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-car-realm-nav .pic:hover {
  background-size: 110%;
}
.section-car-realm-nav a {
  text-decoration: none;
  display: block;
  width: 230px;
  height: 120px;
}
.m-section-news {
  border-top: 4px solid #448aca;
  border-bottom: 1px solid #d6e1ec;
  font-size: 12px;
  overflow: hidden;
}
.m-section-news .module {
  width: 100%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  float: left;
  border-left: 1px solid #d6e1ec;
}
.m-section-news .module:first-child {
  border-left: none;
}
.m-section-news .module-title {
  line-height: 34px;
  border-bottom: 1px solid #d6e1ec;
}
.m-section-news .module-title li {
  position: relative;
  margin-bottom: -1px;
  text-align: center;
  border-bottom: 1px solid transparent;
  padding: 0 20px;
}
.m-section-news .module-title li a {
  color: #333;
}
.m-section-news .module-title .active {
  background-color: #f1f3fa;
  border-bottom-color: #93a8c9;
}
.m-section-news .list-news {
  line-height: 28px;
}
.m-section-news .list-news li {
  position: relative;
  padding: 0 22px;
  border-top: 1px dotted #d0dee9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-section-news .list-news li:first-child {
  border-top: none;
}
.m-section-news .list-news li:before {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #80a5c3;
}
.m-section-news .list-news a {
  color: #676767;
}
.m-section-news .list-news .a_blue {
  color: #448aca;
}
.m-section-news .list-news .li-figure {
  text-align: center;
  padding: 8px 0;
  white-space: normal;
}
.m-section-news .list-news .li-figure:before {
  display: none;
}
.m-section-news .list-news .li-figure figure {
  margin: 0;
}
.m-section-news .list-news .li-figure figure img {
  width: 300px;
  height: 70px;
}
.m-section-news .list-news .li-type-lr {
  padding: 5px 8px;
  white-space: normal;
}
.m-section-news .list-news .li-type-lr:before {
  display: none;
}
.m-section-news .list-news .li-type-lr .pic {
  float: left;
  margin-right: 6px;
}
.m-section-news .list-news .li-type-lr .pic img {
  width: 100px;
  height: 70px;
}
.m-section-news .list-news .li-type-lr p {
  line-height: 24px;
  margin-bottom: 0;
}
.m-section-news .list-news .li-type-lr p a {
  color: #448aca;
}
.m-section-news .list-news .li-more {
  text-align: right;
}
.m-section-news .list-news .li-more:before {
  display: none;
}
.m-section-news .service-nav {
  padding: 8px 16px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.m-section-news .service-nav li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f0f3f9;
}
.m-section-news .service-nav li h4 {
  height: 55px;
  text-indent: -9999px;
  overflow: hidden;
}
.m-section-news .service-nav li a {
  display: block;
  width: 145px;
  height: 85px;
  text-align: center;
  color: #333;
}
.m-section-news .service-nav .service-nav-2 h4 {
  background-position: 0 -53px;
}
.m-section-news .service-nav .service-nav-3 h4 {
  background-position: 0 -102px;
}
.m-section-news .service-nav .service-nav-4 h4 {
  background-position: 0 -155px;
}
.m-section-news .service-nav .service-nav-5 h4 {
  background-position: 0 -202px;
}
.m-section-news .service-nav .service-nav-6 h4 {
  background-position: 0 -252px;
}
.m-section-news .module-1of3 {
  width: 33.33%;
}
.m-section-news .module-1of3 .module-title li {
  width: 25%;
  padding: 0;
}
.m-section-news .module-2of3 {
  width: 66.66%;
}
.m-section-news .module-2of3 .module-title li {
  width: auto;
  padding: 0 20px;
}
.m-section-news .module-hr .module-inner {
  padding: 3px 8px;
}
.m-section-news .module-hr .module-inner .tab {
  margin-bottom: 3px;
  background-image: linear-gradient(180deg, #f8f8f8, #f4f4f6);
  border-bottom: 1px solid #ebebeb;
  line-height: 36px;
}
.ie8 .m-section-news .module-hr .module-inner .tab {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#f8f8f8",endColorstr="#f4f4f6",gradientType=0);
}
.m-section-news .module-hr .module-inner .tab li {
  font-size: 14px;
  padding: 0 13px;
  border-left: 1px solid #ebebeb;
}
.m-section-news .module-hr .module-inner .tab li:first-child {
  border-left: none;
}
.m-section-news .module-hr .module-inner .tab li a {
  color: #333;
  text-decoration: none;
}
.m-section-news .module-hr .module-inner .tab .active {
  background-color: #fff;
  position: relative;
  padding-bottom: 1px;
  z-index: 2;
}
.m-section-news .module-hr .module-inner .tab .active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fd9315;
}
.m-section-news .module-hr .salon-news {
  position: relative;
  border: 1px solid #d8e2ed;
  background-color: #f7f8fc;
  padding: 10px;
  color: #888;
  line-height: 20px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.m-section-news .module-hr .salon-news h4 {
  text-align: center;
  margin-bottom: 8px;
}
.m-section-news .module-hr .salon-news h4 a {
  color: #000;
}
.m-section-news .module-hr .salon-news p {
  margin-bottom: 0;
}
.m-section-news .module-cmpany-activities .module-inner > .tab-pane {
  padding: 8px;
}
.m-section-news .module-cmpany-activities .news-wrap {
  margin-bottom: 26px;
  height: 186px;
}
.m-section-news .module-cmpany-activities .ft-slideshow {
  float: left;
  margin-right: 10px;
  width: 328px;
  height: 186px;
}
.m-section-news .module-cmpany-activities .ft-slideshow li img {
  width: 328px;
  height: 186px;
}
.m-section-news .module-cmpany-activities .slideshow-focus {
  width: 290px;
  left: 370px;
}
.m-section-news .module-cmpany-activities .slideshow-focus span {
  padding: 0;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 6px;
  background-color: #003498;
  border-radius: 50%;
}
.m-section-news .module-cmpany-activities .slideshow-focus .active {
  background-color: #fd9315;
}
.m-section-news .module-cmpany-activities .slideshow-control {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.ie8 .m-section-news .module-cmpany-activities .slideshow-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#59000000",endColorstr="#59000000");
}
.m-section-news .module-cmpany-activities .articles {
  float: right;
  width: 290px;
}
.m-section-news .module-cmpany-activities .articles .article {
  display: none;
}
.m-section-news .module-cmpany-activities .articles .article-active {
  display: block;
}
.m-section-news .module-cmpany-activities .articles h5 {
  text-align: center;
  margin-bottom: 12px;
}
.m-section-news .module-cmpany-activities .articles h5 a {
  color: #fd9315;
  font-size: 14px;
}
.m-section-news .module-cmpany-activities .articles p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 0;
}
.m-section-news .module-cmpany-activities .list-news li {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.m-section-news .module-cmpany-activities .list-news li:first-child + li {
  border-top: none;
}
.m-section-news .module-cmpany-activities .media-reports-l {
  float: left;
  width: 300px;
}
.m-section-news .module-cmpany-activities .media-reports-l li {
  float: none;
  overflow: hidden;
  padding-right: 7px;
  height: 30px;
  line-height: 28px;
  border-bottom: 1px dashed #a2a2a2;
  text-align: right;
}
.m-section-news .module-cmpany-activities .media-reports-l .active {
  background: #f3f3f3;
  border-bottom: 1px solid #a2a2a2;
  color: #fd9315;
}
.m-section-news .module-cmpany-activities .media-reports-r {
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 340px;
  height: 186px;
  background: #f3f3f3;
  line-height: 20px;
  font-size: 12px;
}
.m-section-news .module-cmpany-activities .media-reports-r .intro {
  color: #666;
  max-height: 140px;
  overflow: hidden;
}
.m-section-news .module-cmpany-activities .media-reports-r .more {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 10px 0;
}
.m-section-news .module-university .module-inner {
  padding: 10px;
}
.m-section-news .module-university .module-inner a {
  display: block;
  float: left;
  width: 16%;
  margin: 0 2%;
  line-height: 28px;
  color: #333;
}
.m-section-news .module-pic .module-inner {
  padding: 10px 15px;
}
.m-section-news .module-pic .module-inner ul {
  margin-right: -15px;
  margin-bottom: -10px;
}
.m-section-news .module-pic .module-inner li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
}
.input-field.verify .error {
  right: 90px;
}
img#check_code_img {
  margin-left: 10px;
}